home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / popups.h < prev    next >
C/C++ Source or Header  |  1995-06-18  |  350b  |  16 lines

  1. /*
  2.  * popups.h : External defs for alert, confirm, and dialog boxes
  3.  *
  4.  * George Ferguson, ferguson@cs.rochester.edu, 23 Apr 1993.
  5.  */
  6.  
  7. #ifndef POPUPS_H
  8. #define POPUPS_H
  9.  
  10. extern Widget createPopup();            /* Generic popup routines */
  11. extern void setPopupLabel();
  12. extern void popupMainLoop();
  13. extern void popupDone();            /* Call this when done */
  14.  
  15. #endif
  16.